add x86 images#9
Merged
Merged
Conversation
The config is copied from buildroot/x86_64.config modulo CONFIG_64B. Boot tested with a 32b x86 Clang built kernel in qemu. Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Member
Author
|
should help ClangBuiltLinux/continuous-integration#182 note, I don't see |
Member
When we jump straight into a shell, init does not run to automatically mount all of those systems. |
nathanchance
added a commit
to nathanchance/boot-utils
that referenced
this pull request
Apr 27, 2020
This was missed in ClangBuiltLinux#9. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Member
Author
|
oh, I didn't realize that init was mounting proc. makes sense |
|
That's practically identical to my i386 branch. |
Member
Author
|
ah, sorry I didn't see it @tpimh , send those PRs ASAP! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The config is copied from buildroot/x86_64.config modulo CONFIG_64B.
Boot tested with a 32b x86 Clang built kernel in qemu.
Signed-off-by: Nick Desaulniers ndesaulniers@google.com